Welcome![Sign In][Sign Up]
Location:
Search - CRC8 source code

Search list

[Applicationscrc8

Description: 8位CRC源代码-eight CRC source code
Platform: | Size: 2351 | Author: 李陵 | Hits:

[CSharpcrc8_c_source_code

Description: c language crc8 source code
Platform: | Size: 8157 | Author: zhangfeng | Hits:

[Other resource1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134336 | Author: 邓光 | Hits:

[Applicationscrc8

Description: 8位CRC源代码-eight CRC source code
Platform: | Size: 2048 | Author: 李陵 | Hits:

[SCM1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134144 | Author: 邓光 | Hits:

[Internet-NetworkCRC_self

Description: CRC 校验源码分析,第一次接触还真难以理解。这些东西不想在这里讲,随便找一下都是一大把。我想根据源代码来分析会比较好懂一些。-CRC-source analysis, the first contact really hard to understand. These things do not want to speak of here, what kid is a lot. I wish to source code analysis to better understand some.
Platform: | Size: 19456 | Author: 李昀 | Hits:

[CSharpcrc8_c_source_code

Description: c language crc8 source code
Platform: | Size: 8192 | Author: | Hits:

[Embeded-SCM Developcrc_8

Description: crc8的源代码,短小精悍,可以使用于多种场合,如嵌入式系统,多媒体编程-crc8 the source code, dapper, you can use on many occasions, such as embedded systems, multimedia programming
Platform: | Size: 1024 | Author: wycontact | Hits:

[ELanguagecrc8

Description: 并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高-With this code, it s very easy to do CRC caculation.
Platform: | Size: 306176 | Author: 田玉利 | Hits:

[Other Embeded programCRC_source

Description: CRC16, CRC8 source code Algorithm = table-driven
Platform: | Size: 2048 | Author: Riverblu | Hits:

[CommunicationCRC

Description: 通讯中常用的CRC码,可以作为工具使用,也可以作为源码参考。包含CRC8和CRC16的源码。-Communications commonly used in CRC code, can be used as a tool, but also can be used as a reference source. Contains the source CRC8 and CRC16.
Platform: | Size: 1901568 | Author: 沈家骏 | Hits:

[Program docCRCM

Description: CRC MATLAB 源程序,包括了CRC添加功能,输出直接为已添加CRC的数据,CRC8,16,24!-CRC MATLAB source code, including CRC add functionality, the output directly to the CRC of the data has been added, CRC8, 16,24!
Platform: | Size: 2048 | Author: luoyoubao | Hits:

[SCMcrc8

Description: for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
Platform: | Size: 6144 | Author: milind | Hits:

[Delphi VCLtestcrc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a compilation of the source code MCS51 MCU, respectively, use two or three different algorithms. More detailed description of the calls and the use of
Platform: | Size: 137216 | Author: guibin | Hits:

[SCMCRC8

Description: 通讯中对报文进行CRC8校验的程序源代码,多项式为X^8 + X^2 + X^1 + 1 。-Communication packets for CRC8 check on the program source code, the polynomial is X ^ 8+ X ^ 2+ X ^ 1+ 1.
Platform: | Size: 1024 | Author: 啊蓝 | Hits:

[Delphi VCLCRC8DEL

Description: 最近做个程序需要用到CRC8校验,网上找了一堆资料都看得头晕脑胀的,最终还是搞不懂它的算法,惭愧。最后找了个C源码请高手翻译成Delphi的才解决问题。在这感谢 老鸨。。他写的DELPHI程序如下: -Program needs to be used CRC8 recent check, online to find a pile of data is seen Touyunnaozhang, and ultimately do not understand its algorithm, ashamed. Finally found a translation of C source code into Delphi, you master it solve the problem. Thanks pimp in this. . DELPHI program he wrote as follows:
Platform: | Size: 2048 | Author: 村帅 | Hits:

[VHDL-FPGA-VerilogCRC16

Description: 用于CRC16校验的Verilog程序源代码,喜欢的拿走-Uses in CRC16 the verification the Verilog procedure source code, likes taking away
Platform: | Size: 3072 | Author: 栾磊 | Hits:

[Windows Developcrc

Description: Source code to calculate CRC6, CRC8, CRC10, CRC16 based on table-driven algorithm
Platform: | Size: 6144 | Author: Tran Tung | Hits:

[SCMC-source-code-of-embedded-verify

Description: 嵌入式开发校验最全C源码,包括(CRC8、CRC16查表法及算术法校验、异或和校验、和校验、校验和补码等)、校验工具,校验文档。全部为工程实际项目本人使用的源代码。- Embedded developers the most complete C source code verification, including (CRC8, CRC16 checksum table method and arithmetic method, XOR and parity, and parity, parity, and complement, etc.), calibration instruments, calibration documentation. All actual project I used for the project s source code.
Platform: | Size: 3421184 | Author: ArthurBruin | Hits:

[OtherForm1

Description: visual basic 6.0 crc8 source code
Platform: | Size: 2048 | Author: ppcp | Hits:
« 12 »

CodeBus www.codebus.net